-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.2 #2203
Release 1.2 #2203
Conversation
I updated the probes in WeaveCloud dev to run It's not great (50% CPU) but better than 1.0 (#1985 (comment) ) |
I am just upgrading my environment with scope: scope:release-1.2-9e33e7e Note also that there was an issue with Zipkin (tracer for microservices demo) hogging a fair share of resources as well: microservices-demo/microservices-demo#598 |
Fixes #2216 (doing it here since there is no better way to test it than during a release itself) |
Share the rest of the base styles too so the embedded and popped out terminal are working from a common style base.
(It's been removed from Docker)
…al-styles Fixes base font-size of popped out terminal.
Fix for node stack display bug
…ow-radius Fix rounded square node shadow radius
LGTM! |
scope stop with docker for mac: #2219 |
lgtm |
1 similar comment
lgtm |
Introduced by 43d9f38 and found during release
@davkal @foot @ekimekim @bowenli @jpellizzari @tomwilkie @abuehrle @pidster @errordeveloper @rade Please chip in by testing this release branch in the scenarios below and tick off what you tested afterwards (including your name at the end). Have a look at the CHANGELOG to prioritize your testing.
To make things easier to test I have pushed the image
weaveworks/scope:release-1.2-9e33e7e
Thanks!
cd client && npm i && npm start
and open http://localhost:4042cd client && npm run build && npm start-production
and open http://localhost:4043/scoped/(To test: clone microservices demo and run
cd deploy/docker-compose && docker-compose up
)cpu < 2%
ls
Things to think about